home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / EnhancedYap / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.1 KB  |  55 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Yap
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Yap.tiff
  16. DOCICONS = ps.tiff
  17.  
  18. LOCAL_RESOURCES = Document.nib FindPanel.nib Help.nib Info.nib\
  19.                   Prefs.nib Yap.nib Yap.strings
  20.  
  21. GLOBAL_RESOURCES = yap.services
  22.  
  23. CLASSES = FindPanel.m PSText.m YapApp.m YapDocument.m YapOutput.m
  24.  
  25. HFILES = FindPanel.h PSText.h YapApp.h YapDocument.h YapOutput.h
  26.  
  27. MFILES = Yap_main.m
  28.  
  29. PSWFILES = YapWrap.psw
  30.  
  31. OTHERSRCS = README.rtf
  32.  
  33.  
  34. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  35. MAKEFILE = app.make
  36. INSTALLDIR = $(HOME)/Apps
  37. INSTALLFLAGS = -c -s -m 755
  38. SOURCEMODE = 444
  39.  
  40. ICONSECTIONS =    -sectcreate __ICON app Yap.tiff \
  41.         -sectcreate __ICON ps ps.tiff
  42.  
  43. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  44. DEBUG_LIBS = $(LIBS)
  45. PROF_LIBS = $(LIBS)
  46.  
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/$(MAKEFILE)
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.